Developer Documentation

QuickTime 4 API Documentation

Programming With QuickTime VR

| Previous | Chapter Contents | Chapter Top | Next |

Cursor Types

The type field of a cursor record (link) specifies the kind of cursor you want to replace (or restore) using the function QTVRReplaceCursor . You can use these constants to specify a cursor type:

enum {
    kQTVRUseDefaultCursor                           = 0,
    kQTVRStdCursorType                              = 1,
    kQTVRColorCursorType                            = 2
};

Constant descriptions

kQTVRUseDefaultCursor
Restore the default cursor. In this case, the handle field of the cursor record should be nil .
kQTVRStdCursorType
The cursor is a standard black-and-white cursor.
kQTVRColorCursorType
The cursor is a color cursor.

© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |